KeyedCollection.contains

Checks if item is in the collection.

  1. bool contains(T item)
  2. bool contains(key_type clIdx)
  3. bool contains(A a)
    mixintemplate KeyedCollection(T)
    final const nothrow pure @safe @nogc
    bool
    contains
    (
    A...
    )
    (
    in A a
    )

Return Value

Type: bool

true if item is in the collection.

Meta